com.supermap.data

Class EduLicense

  • java.lang.Object
    • com.supermap.data.EduLicense

  • Deprecated.

    @Deprecated
    public class EduLicense
    extends java.lang.Object
    • Constructor Detail

      • EduLicense

        public EduLicense()
        Deprecated. 
    • Method Detail

      • getInstance

        public static EduLicense getInstance(android.content.Context context)
        Deprecated. 
        Gets the instance of the education license manager class.
        Parameters:
        context - The context.
        Returns:
        The instance of education license manager class.
      • applyLicense

        public void applyLicense()
        Deprecated. 
        Applies for an education license. Before applying for an education license, you need to set url.
      • getUrl

        public java.lang.String getUrl()
        Deprecated. 
        Gets the education license address
        Returns:
        address
      • setUrl

        public void setUrl(java.lang.String url)
        Deprecated. 
        Sets the service address
        Parameters:
        url - License service URI
      • getLicenseInfos

        public EduLicense.EduLicenseInfos getLicenseInfos()
        Deprecated. 
        After activating the license, gets related information
        Returns:
        License-related information
      • setEduLicenseApplyListener

        public void setEduLicenseApplyListener(EduLicense.EduLicenseApplyListener listener)
        Deprecated. 
        Sets the license listener class
        Parameters:
        listener - the listener